buildroot/package/customize/customize.mk

18 lines
480 B
Makefile
Raw Normal View History

2003-01-18 22:52:46 +01:00
#############################################################
#
# Any custom stuff you feel like doing....
#
#############################################################
2004-10-09 04:49:33 +02:00
CUST_DIR:=package/customize/source
2003-01-18 22:52:46 +01:00
customize:
2004-10-09 04:49:33 +02:00
-cp -af $(CUST_DIR)/* $(TARGET_DIR)/
#############################################################
#
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_CUSTOMIZE)),y)
TARGETS+=customize
endif