Skip to content

Commit

Permalink
_defconfig: implement target name generation without depening on scri…
Browse files Browse the repository at this point in the history
…pts/loadcfg
  • Loading branch information
nickolaev committed Apr 27, 2012
1 parent 7d15ad7 commit 0d6bddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@ ARCHS = $(wildcard config/platforms/*/meta)
PLATFORMS = $(wildcard config/platforms/*/*/meta)
MACHINES = $(wildcard config/platforms/*/*/machines/*/meta)
SCRIPTS = $(wildcard scripts/*2kconfig)
DEFCONFIGS = $(patsubst %,%_defconfig, $(shell scripts/loadcfg list))
DEFCONFIGS = $(patsubst config/defconfigs/%.conf,%_defconfig,$(wildcard config/defconfigs/*conf))


all: binaries
Expand Down

0 comments on commit 0d6bddf

Please sign in to comment.