blob: 9b972f8f86161de1bc109e676557aaf89ab65390 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
TOP = ../../../..
include $(TOP)/configs/current
LIBNAME = rtasm
C_SOURCES = \
rtasm_cpu.c \
rtasm_execmem.c \
rtasm_x86sse.c
include ../../Makefile.template
symlinks:
|