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