代码搜索:up-techpxa

找到约 1 项符合「up-techpxa」的源代码

代码结果 1
www.eeworm.com/read/247224/12672266

makefile

KERNELDIR = /up-techpxa270/kernel/linux-2.6.9 CC = arm-linux-gcc CFLAGS = -I$(KERNELDIR)/include/ -Wall serial: $(CC) $(CFLAGS) -o target_serial serial.c target_serial.c clean: rm -f target_