summaryrefslogtreecommitdiff
path: root/os/Makefile
blob: 070566d250b0c30ed4e84922bf9c0c333cfba5b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET_LIB = libos.a

all: $(TARGET_LIB)

include $(ROOTDIR)/common.mk
include config.mk
include $(ROOTDIR)/FreeRTOS/config.mk

TARGET_SRCS = src/init.c src/sbrk.c

include $(ROOTDIR)/target-rules.mk

clean: clean-generic