mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-10 03:56:49 +00:00
9 lines
81 B
Makefile
9 lines
81 B
Makefile
|
|
all: acpi.o
|
|
|
|
CFLAGS += -I .
|
|
|
|
|
|
acpi.o: acpi.c
|
|
gcc $(CFLAGS) -c acpi.c -o acpi.o
|