Fix bss being PROGBITS, etc.

This commit is contained in:
TuxSH
2019-03-15 23:03:22 +01:00
parent 33d40b491e
commit 9e7e967a5f
4 changed files with 5 additions and 5 deletions
+1 -1
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)