diff options
author | Michael Roth <mroth@nessie.de> | 2009-09-23 01:30:34 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-09-23 09:19:47 +0200 |
commit | 483b2980d0559932a6428fa4655dc38756688489 (patch) | |
tree | e566e44cc020d2dc7ae65e181b282eda595c362a /Makefile | |
parent | c2946d113910719bb00cf168fab32a1f648c1db6 (diff) | |
download | buildroot-novena-483b2980d0559932a6428fa4655dc38756688489.tar.gz buildroot-novena-483b2980d0559932a6428fa4655dc38756688489.zip |
Remove unneeded trailing slash from TOPDIR
Signed-off-by: Michael Roth <mroth@nessie.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ # Just run 'make menuconfig', configure stuff, then run 'make'. # You shouldn't need to mess with anything beyond this point... #-------------------------------------------------------------- -TOPDIR=./ +TOPDIR:=. CONFIG_CONFIG_IN=Config.in CONFIG_DEFCONFIG=.defconfig CONFIG=package/config |