#  Makefile
#
#  LUNAR - Lightweight Underlay Network Ad hoc Routing
#
#  Makefile for building Intel kernel modules lunar.ko
#  for the 2.6.x kernels
#
#  Copyright (C) 2001-2004 Christian Tschudin <christian.tschudin@unibas.ch>
#
#  2004-11-13 Modified for 2.6.x (Per Svensson)
#
#  This file is distributed under the terms of the GNU general Public
#  License (GPL), see the file COPYING

obj-m   = lnx/lunar.o
ifeq ($(MAKING_MODULES),1)
-include $(TOPDIR)/Rules.make
endif
