7794b165ae
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@95 bbd45198-f89e-11dd-88c7-29a3b14d5316
10 lines
103 B
Makefile
10 lines
103 B
Makefile
KERNEL_ROOT=..
|
|
|
|
include $(KERNEL_ROOT)/config.mk
|
|
|
|
all:
|
|
make -C $(ARCH)
|
|
|
|
clean:
|
|
make -C $(ARCH) clean
|