fixed SUBDIRS_clean definition in Makefile
git-svn-id: svn://anubis/hos/trunk@21 5b3e749e-e535-0410-8002-a9bb6afbdfca
This commit is contained in:
parent
d8f7e731e1
commit
fb807847bf
@ -26,7 +26,7 @@ export CXXFLAGS := -Wall -O2
|
|||||||
export LDFLAGS := -T $(LDSCRIPT)
|
export LDFLAGS := -T $(LDSCRIPT)
|
||||||
|
|
||||||
SUBDIRS := boot
|
SUBDIRS := boot
|
||||||
SUBDIRS_clean := $(subdirs:%=%.clean)
|
SUBDIRS_clean := $(SUBDIRS:%=%.clean)
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: $(KERNEL).gz
|
all: $(KERNEL).gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user