| To: | Martin Hicks <mort@xxxxxxx> |
|---|---|
| Subject: | [patch 2/3] kdb: Use $srctree not $TOPDIR in arch/x86/kdb/Makefile |
| From: | Jeff Mahoney <jeffm@xxxxxxxx> |
| Date: | Tue, 15 Dec 2009 14:46:44 -0500 |
| Cc: | kdb@xxxxxxxxxxx |
| References: | <20091215194642.248107172@xxxxxxxx> |
| User-agent: | quilt/0.48-4.4 |
$TOPDIR doesn't work when building out of tree. Use $srctree instead. Signed-off-by: Jeff Mahoney <jeffm@xxxxxxxx> --- arch/x86/kdb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/x86/kdb/Makefile +++ b/arch/x86/kdb/Makefile @@ -26,4 +26,4 @@ CFLAGS_kdba_bt.o += -DREGPARM=$(REGPARM) override CFLAGS := $(CFLAGS:%-pg=% ) -CFLAGS_kdba_io.o += -I $(TOPDIR)/arch/$(SRCARCH)/kdb +CFLAGS_kdba_io.o += -I $(srctree)/arch/$(SRCARCH)/kdb |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [kdb] Back porting of backtrace code into an older kernel, Martin Hicks |
|---|---|
| Next by Date: | [patch 1/3] kdb: Build correctly out-of-tree, Jeff Mahoney |
| Previous by Thread: | [patch 0/3] A few KDB fixes, Jeff Mahoney |
| Next by Thread: | [patch 1/3] kdb: Build correctly out-of-tree, Jeff Mahoney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |