mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-27 20:20:26 +08:00
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
|