DragonOS/kernel/driver/uart/Makefile

8 lines
80 B
Makefile

all: uart.o
CFLAGS += -I .
uart.o: uart.c
gcc $(CFLAGS) -c uart.c -o uart.o