17 строки
252 B
Makefile
17 строки
252 B
Makefile
ifndef QCONFIG
|
|
QCONFIG=qconfig.mk
|
|
endif
|
|
include $(QCONFIG)
|
|
|
|
INSTALLDIR=sbin
|
|
|
|
define PINFO
|
|
PINFO DESCRIPTION=gpio-ctrl
|
|
endef
|
|
|
|
CCFLAGS = -I ../../../../hardware/gpio/am35/public
|
|
|
|
USEFILE=$(PROJECT_ROOT)/gpio-ctrl.use
|
|
|
|
include $(MKFILES_ROOT)/qtargets.mk
|