diff options
Diffstat (limited to 'packages/ixp425-eth/ixp425-eth-1.2/makefile.patch')
-rw-r--r-- | packages/ixp425-eth/ixp425-eth-1.2/makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/ixp425-eth/ixp425-eth-1.2/makefile.patch b/packages/ixp425-eth/ixp425-eth-1.2/makefile.patch new file mode 100644 index 0000000000..f26c28e351 --- /dev/null +++ b/packages/ixp425-eth/ixp425-eth-1.2/makefile.patch @@ -0,0 +1,11 @@ +--- ./Makefile 2005-10-01 00:36:42.634757244 -0700 ++++ ./Makefile 2005-10-01 00:39:00.107407852 -0700 +@@ -6,7 +6,7 @@ + + OSAL_DIR := $(IX_XSCALE_SW)/../ixp_osal + CFLAGS_ixp425_eth.o = -DWall \ +- -I$(IX_XSCALE_SW)/src/include \ ++ -I$(IXP4XX_CSR_DIR) \ + -I$(OSAL_DIR)/ \ + -I$(OSAL_DIR)/os/linux/include/ \ + -I$(OSAL_DIR)/os/linux/include/modules/ \ |