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:
Gou Ngai
2022-12-19 15:04:37 +08:00
committed by GitHub
parent c588d6f77f
commit ba0d93d8b2
14 changed files with 100 additions and 101 deletions

View File

@ -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