summaryrefslogtreecommitdiffstats
path: root/drivers/radeon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/radeon/Makefile')
-rw-r--r--drivers/radeon/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/radeon/Makefile b/drivers/radeon/Makefile
index 0147ef583f..6c835c0208 100644
--- a/drivers/radeon/Makefile
+++ b/drivers/radeon/Makefile
@@ -13,10 +13,12 @@ CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O2 \
AFLAGS := -D__ASSEMBLY__ $(CPPFLAGS)
-all: radeonfb.o
+all: radeonfb.o radeon_vid.o
radeonfb.o: radeonfb.c radeon.h
$(CC) $(CFLAGS) $(INCLUDES) -c $(basename $@).c
+radeon_vid.o: radeon_vid.c radeon.h radeon_vid.h
+ $(CC) $(CFLAGS) $(INCLUDES) -c $(basename $@).c
dep: