summaryrefslogtreecommitdiff
path: root/software/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2007-07-13 21:12:46 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-02-27 21:09:15 +0200
commite2b0cb3c458ae824c26d922a98c89c93cdd1f73a (patch)
treedb89ad9c4b5010974e8294a96c4f65a4371c5607 /software/Makefile
parent376b0f62c25d158c7a199fc909e66a159b613ff2 (diff)
update to PR48 API release
git-svn-id: http://svn.asterisk.org/svn/octasic_api/oct612x/trunk@28 537310ab-6354-42db-a3cc-247b777f7be6
Diffstat (limited to 'software/Makefile')
-rw-r--r--software/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/Makefile b/software/Makefile
index 5e6661f..e3e32e5 100644
--- a/software/Makefile
+++ b/software/Makefile
@@ -1,4 +1,4 @@
-CFLAGS=-V3.4 -ffunction-sections -Iinclude -Ioctdeviceapi -Ioctdeviceapi/oct6100api -DGFP_ATOMIC=0 -Dkmalloc=calloc -Dkfree=free
+CFLAGS=-V3.4 -ffunction-sections -I/lib/modules/$(shell uname -r)/build/include -Iinclude -Ioctdeviceapi -Ioctdeviceapi/oct6100api -DGFP_ATOMIC=0 -Dkmalloc=calloc -Dkfree=free
LDFLAGS=-V3.4 -Wl,-Map -Wl,test.map -Wl,--gc-sections
APIDIR=octdeviceapi/oct6100api/oct6100_api