diff options
| author | Ada Christine <adachristine18@gmail.com> | 2021-04-11 09:05:25 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2021-04-11 09:05:25 +0000 |
| commit | 19a91071908c49365290fb1a49a5da8e354989e2 (patch) | |
| tree | 59667272fc339fec1095d9ce8ad383be13bd0b78 /rules.mk | |
| parent | 922e6ca1bc48cf62ad599ef1a2d63bf338a0e8c3 (diff) | |
added rule to compile .S files; page fault ISR and skeleton handler are present
Diffstat (limited to 'rules.mk')
| -rw-r--r-- | rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -29,6 +29,10 @@ COMPILE.info = $(info $$(CC) $@) $(COMPILE.info) @$(COMPILE.cpp) -MMD -MP +%.o: %.S + $(COMPILE.info) + @$(COMPILE.S) -MMD -MP + clean: $(info $$(RM) $(CLEANLIST)) -@$(RM) $(CLEANLIST) |
