Changeset 3679
- Timestamp:
- Feb 20, 2017, 4:20:22 PM (4 years ago)
- Location:
- lliurex-starboard/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-starboard/trunk/fuentes/debian/changelog
r3672 r3679 1 lliurex-starboard (0.1-3) xenial; urgency=medium 2 3 * Fix compile settings location for coach makefile 4 5 -- M.Angel Juan <m.angel.juan@gmail.com> Mon, 20 Feb 2017 16:19:26 +0100 6 1 7 lliurex-starboard (0.1-2) xenial; urgency=medium 2 8 -
lliurex-starboard/trunk/fuentes/install_tree/usr/src/starboard-coach-1.0/coach/Makefile
r3662 r3679 1 1 obj-m := coach.o 2 KDIR := /lib/modules/$( shell uname -r)/build2 KDIR := /lib/modules/$(KERNELRELEASE)/build 3 3 PWD := $(shell pwd) 4 4 KBUILD_CFLAGS += -fno-stack-protector -Wstack-protector -Wall
Note: See TracChangeset
for help on using the changeset viewer.