summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eea6f87..646f781 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,6 @@ STAGE3_C = \
STAGE3 = $(STAGE3_C) \
stage3/isr.o \
stage3/yield.o \
- stage3/paging.o \
stage3/watchdog.o
PAD_BOUNDARY = pad() { truncate -s $$(echo "($$(du -b $$1 | cut -f1)+$$2-1)/$$2*$$2" | bc) $$1; }; pad