summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3e220b47d0..5833d4cb94 100644
--- a/Makefile
+++ b/Makefile
@@ -214,7 +214,7 @@ udev.conf:
$(OBJS): $(GEN_HEADERS)
-$(ROOT): $(OBJS)
+$(ROOT): $(OBJS) udev.h namedev.h
$(LD) $(LDFLAGS) -o $(ROOT) $(CRT0) $(OBJS) $(LIB_OBJS) $(ARCH_LIB_OBJS)
$(STRIPCMD) $(ROOT)