|
@@ -22,7 +22,8 @@
|
|
# Just run 'make menuconfig', configure stuff, then run 'make'.
|
|
# Just run 'make menuconfig', configure stuff, then run 'make'.
|
|
# You shouldn't need to mess with anything beyond this point...
|
|
# You shouldn't need to mess with anything beyond this point...
|
|
#--------------------------------------------------------------
|
|
#--------------------------------------------------------------
|
|
-TOPDIR:=.
|
|
|
|
|
|
+# absolute path
|
|
|
|
+TOPDIR:=$(shell pwd)
|
|
CONFIG_CONFIG_IN=Config.in
|
|
CONFIG_CONFIG_IN=Config.in
|
|
CONFIG_DEFCONFIG=.defconfig
|
|
CONFIG_DEFCONFIG=.defconfig
|
|
CONFIG=package/config
|
|
CONFIG=package/config
|