summaryrefslogtreecommitdiff
path: root/games-util/xone/files/Makefile
blob: 2cb46442492c164b37af910caebf4801dc9dc854 (plain)
1
2
3
4
5
6
7
KERNEL_DIR ?= /usr/src/linux
PWD := $(shell pwd)

all: module

module:
	@$(MAKE) -C $(KERNEL_DIR) M=$(PWD) modules