CUR_REL_PATH := "base/include/embhw"

include ../../../config.mk

INCLUDE_FILES = *.h

all:

depend :

cleanexe:

clean: cleanexe

install: $(IRIS_INCLUDE_EMBHW)
	install -m 0664 -o $(IRIS_USER) -g $(IRIS_GROUP) $(INCLUDE_FILES) $(IRIS_INCLUDE_EMBHW)

test:

uninstall:
	rm -rf $(IRIS_INCLUDE_EMBHW)
