mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-26 15:13:25 +00:00
refactor rtc module in rust (#118)
* 用rust重构rtc模块 * refactor the rtc module by rust * rtc-updated * rtc-updated-4 * rtc
This commit is contained in:
@ -1,10 +1,6 @@
|
||||
|
||||
all: rtc.o HPET.o
|
||||
all: HPET.o
|
||||
|
||||
CFLAGS += -I .
|
||||
|
||||
rtc.o: rtc/rtc.c
|
||||
$(CC) $(CFLAGS) -c rtc/rtc.c -o rtc/rtc.o
|
||||
|
||||
HPET.o: HPET/HPET.c
|
||||
$(CC) $(CFLAGS) -c HPET/HPET.c -o HPET/HPET.o
|
||||
|
Reference in New Issue
Block a user