diff options
author | Karel Kočí <cynerd@email.cz> | 2016-03-20 16:39:49 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-03-20 16:41:30 +0100 |
commit | dba729ab1755345257724246a9df87aa7f32f25d (patch) | |
tree | 8fefe74e1cea735652409786315f987f95dc3cd0 /Makefile | |
parent | 9439c6f1caffd938673018f3af7460b33a12528e (diff) | |
download | avr-ioe-dba729ab1755345257724246a9df87aa7f32f25d.tar.gz avr-ioe-dba729ab1755345257724246a9df87aa7f32f25d.tar.bz2 avr-ioe-dba729ab1755345257724246a9df87aa7f32f25d.zip |
Kconfig move
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -124,8 +124,8 @@ MAKEOVERRIDES = callconfig = $(Q)\ [ ! -f "$(CONFIG)" ] || mv "$(CONFIG)" config; \ - IOEROOT=. $(MAKE) -f kconfig/GNUmakefile --no-print-directory \ - TOPDIR=. SRCDIR=kconfig $(1); \ + IOEROOT=. $(MAKE) -f tools/kconfig/GNUmakefile --no-print-directory \ + TOPDIR=. SRCDIR=tools/kconfig $(1); \ [ ! -f config ] || mv config "$(CONFIG)"; \ [ ! -f config.old ] || mv config.old "$(CONFIG).old" # Note about this file moving madness: |