From 60902ed3a1155f062a78baa5962ca7903ec1d621 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 22 Aug 2006 13:21:39 +0000 Subject: drop extensions directory. it has never been used. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2382 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/extensions/legacybios/kernel/Makefile | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 util/extensions/legacybios/kernel/Makefile (limited to 'util/extensions/legacybios/kernel/Makefile') diff --git a/util/extensions/legacybios/kernel/Makefile b/util/extensions/legacybios/kernel/Makefile deleted file mode 100644 index a03dcd314e..0000000000 --- a/util/extensions/legacybios/kernel/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Makefile for the kernel -# -# Copyright (C) 2003 Stefan Reinauer -# -# See the file "COPYING" for further information about -# the copyright and warranty status of this work. -# - -OBJS_KERNEL = lib.o legacybios.o pcibios.o malloc.o x86glue.o -INCLUDES := -I$(TOPDIR)/include -I$(BUILDDIR) -I $(TOPDIR)/arch/$(ARCH)/include -I$(TOPDIR)/arch/x86emu/include - -include $(TOPDIR)/Rules.make - -all: core $(OBJS_KERNEL) - -core: - echo -e "\nBuilding common core files for architecture $(ARCH)" - -# dependencies. these are so small that we write them manually. -lib.o: types.h lib.c -legacybios.o: config.h types.h legacybios.c - -- cgit v1.2.3