Fix bss being PROGBITS, etc.

This commit is contained in:
TuxSH
2018-05-23 19:06:20 +02:00
parent 33d40b491e
commit 9e7e967a5f
4 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ CXIS := $(foreach dir, $(SUBFOLDERS), $(dir)/$(dir).cxi)
all: sysmodules.bin
clean:
@$(foreach dir, $(SUBFOLDERS), make -C $(dir) clean &&) true
@$(foreach dir, $(SUBFOLDERS), $(MAKE) -C $(dir) clean &&) true
@rm -rf sysmodules.bin
sysmodules.bin: $(SUBFOLDERS)