set_robust_list is not supported by McKernel. Change-Id: I1f679e2e4df24139cceb1f2294bc072cb7956002 Refs: 1399
12 lines
109 B
Makefile
12 lines
109 B
Makefile
CFLAGS=-g
|
|
LDFLAGS=
|
|
|
|
TARGET=C1399T01
|
|
|
|
all: $(TARGET)
|
|
|
|
test: all
|
|
./C1399.sh
|
|
clean:
|
|
rm -f $(TARGET) *.o *.txt
|