e5f9af658d
SVN-Revision: 30
11 lines
280 B
Makefile
11 lines
280 B
Makefile
#############################################################
|
|
#
|
|
# Any custom stuff you feel like doing....
|
|
#
|
|
#############################################################
|
|
CUST_DIR:=$(SOURCE_DIR)/customize
|
|
ROOT_DIR:=$(BUILD_DIR)/root
|
|
|
|
customize:
|
|
cp -af $(CUST_DIR)/* $(ROOT_DIR)/
|