Skip to content

Commit

Permalink
Updated Makefile to include ata.c
Browse files Browse the repository at this point in the history
  • Loading branch information
tombee committed Oct 14, 2010
1 parent 40ccf4d commit d27902f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch-ia32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ ARCH_C_SOURCES = $(ARCH_DIR)/8259a.c \
$(ARCH_DIR)/task.c \
$(ARCH_DIR)/timer.c \
$(ARCH_DIR)/serio.c \
$(ARCH_DIR)/vga.c
$(ARCH_DIR)/vga.c \
$(ARCH_DIR)/ata.c

ARCH_ASM_SOURCES = $(ARCH_DIR)/entry.S \
$(ARCH_DIR)/intr.S \
Expand Down

0 comments on commit d27902f

Please sign in to comment.