# Copyright (c) 2014, Wind River Systems, Inc.
# 
# The right to copy, distribute, modify, or otherwise make use
# of this software may be licensed only pursuant to the terms
# of an applicable Wind River license agreement. 
#
obj-m := moduleDebugExample.o
moduleDebugExample-objs := moduledebug.o bpHere.o

# The kernel knows its flags, so do not pass in user space flags
override LDFLAGS=

all:
	make -f Makefile.user

clean:
	make -f Makefile.user
