From 64504c2ac73bfa9aa7564ffd04b0c35a30e5b4d6 Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 13 Apr 2005 14:49:57 +0000 Subject: Never hardcode /sys into these Makefiles. The proper way to spell it is $S. Also, move the -I stuff to the centralized kern.pre.mk. However, it might be better to add these flags to files.conf. This is a short term fix to fix the broken builds on my machine (I don't have a valid /sys link). --- sys/conf/Makefile.arm | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/conf/Makefile.arm') diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm index 09cf6c3..e2ee825 100644 --- a/sys/conf/Makefile.arm +++ b/sys/conf/Makefile.arm @@ -58,6 +58,4 @@ ldscript.$M: $S/conf/ldscript.$M sed s/KERNVIRTADDR/${KERNVIRTADDR}/g > ldscript.$M %RULES -CFLAGS+=-I/sys/dev/twa - .include "$S/conf/kern.post.mk" -- cgit v1.1