From 0ed98fe3e194819981095fe55e2b5a37e37a7a04 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Mon, 10 Jan 2011 20:08:35 -0600 Subject: Makefile cleanups. --- src/sys/init/makefile | 7 ------- src/sys/makefile | 6 ------ src/sys/vfs/makefile | 7 ------- 3 files changed, 20 deletions(-) (limited to 'src/sys') diff --git a/src/sys/init/makefile b/src/sys/init/makefile index 64c2c1af9..7716e0917 100644 --- a/src/sys/init/makefile +++ b/src/sys/init/makefile @@ -1,12 +1,5 @@ ROOTPATH = ../../.. -OBJDIR = ${ROOTPATH}/obj/hbicore OBJS = init_main.o -OBJECTS = $(addprefix ${OBJDIR}/, ${OBJS}) - -all: ${OBJECTS} - -clean: - (rm -f ${OBJECTS} $(addsuffix .hash, ${OBJECTS}) ) include ${ROOTPATH}/config.mk diff --git a/src/sys/makefile b/src/sys/makefile index 21909711a..b9e20839f 100644 --- a/src/sys/makefile +++ b/src/sys/makefile @@ -1,11 +1,5 @@ ROOTPATH = ../.. -IMGDIR = ${ROOTPATH}/img -OBJDIR = ${ROOTPATH}/obj/hbicore SUBDIRS = init.d vfs.d -all: ${SUBDIRS} - -clean: $(patsubst %.d,%.clean, ${SUBDIRS}) - include ${ROOTPATH}/config.mk diff --git a/src/sys/vfs/makefile b/src/sys/vfs/makefile index 05d3b8774..767b09204 100644 --- a/src/sys/vfs/makefile +++ b/src/sys/vfs/makefile @@ -1,12 +1,5 @@ ROOTPATH = ../../.. -OBJDIR = ${ROOTPATH}/obj/hbicore OBJS = vfs_main.o -OBJECTS = $(addprefix ${OBJDIR}/, ${OBJS}) - -all: ${OBJECTS} - -clean: - (rm -f ${OBJECTS} $(addsuffix .hash, ${OBJECTS}) ) include ${ROOTPATH}/config.mk -- cgit v1.2.3