mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-11 09:06:47 +00:00
9 lines
83 B
Makefile
9 lines
83 B
Makefile
|
|
all: acpi.o
|
|
|
|
CFLAGS += -I .
|
|
|
|
|
|
acpi.o: acpi.c
|
|
$(CC) $(CFLAGS) -c acpi.c -o acpi.o
|