Kbuild: depend CONFIG_MICROKERNEL for building sysgen file
This file exists only with the micro kernel. Change-Id: Ic175cd4af60fb533c335cae4325cfd85c47b97a7 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
e927a459cd
commit
59302df0f6
|
@ -1,2 +1,2 @@
|
|||
obj-y = configs.o
|
||||
obj-$(SYSGEN_EXEC) += sysgen/
|
||||
obj-$(CONFIG_MICROKERNEL) += sysgen/
|
||||
|
|
Loading…
Reference in a new issue