Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:rehar:lirc
lirc-imontouch
Makefile.module
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Makefile.module of Package lirc-imontouch
DIRS := $(wildcard $(src)/lirc_*) DIRS := $(DIRS:$(src)/lirc_%=lirc_%/) SKIP = lirc_gpio/ ARCH=$(shell uname -m) ifneq ($(CONFIG_SMP),) SKIP += lirc_parallel/ endif ifeq ($(ARCH),ppc) SKIP += lirc_serial/ lirc_sir/ endif ifeq ($(ARCH),ppc64) SKIP += lirc_serial/ lirc_sir/ endif ifeq ($(ARCH),s390) SKIP += lirc_bt829/ lirc_it87/ lirc_parallel/ endif ifeq ($(ARCH),s390x) SKIP += lirc_bt829/ lirc_it87/ lirc_parallel/ endif obj-m := $(filter-out $(SKIP),$(DIRS)) # vim: syntax=make
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor