From 2b31c32bd0e10b43943b9fdaddb3b4b82192e466 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Fri, 25 May 2012 23:31:42 +0200 Subject: hdt: Fixing chain32 target in makefile chain32 moved, let's adjust the "release" target. --- com32/hdt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'com32/hdt/Makefile') diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile index 17fa1ab6..ea9ddfeb 100644 --- a/com32/hdt/Makefile +++ b/com32/hdt/Makefile @@ -45,7 +45,7 @@ FLOPPY_DIR ?= floppy PCI_IDS_FILE ?= $(PWD)/$(FLOPPY_DIR)/pci.ids GZ_PCI_IDS_FILE ?= $(PCI_IDS_FILE).gz MENU_COM32 ?= $(com32)/menu/menu.c32 -CHAIN_COM32 ?= $(com32)/modules/chain.c32 +CHAIN_COM32 ?= $(com32)/chain/chain.c32 ART_DIR ?= art/ QEMU ?= qemu-kvm -- cgit v1.2.1