Changeset be1b1e68 in mainline for uspace/drv/intctl/obio/Makefile


Ignore:
Timestamp:
2017-10-24T10:10:00Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
48adf0f
Parents:
cc92076
Message:

Enumerate OBIO by DDF.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/drv/intctl/obio/Makefile

    rcc92076 rbe1b1e68  
    2828#
    2929
    30 USPACE_PREFIX = ../../../..
     30USPACE_PREFIX = ../../..
     31LIBS = $(LIBDRV_PREFIX)/libdrv.a
     32EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include
    3133BINARY = obio
    3234
    3335SOURCES = \
     36        main.c \
    3437        obio.c
    3538
Note: See TracChangeset for help on using the changeset viewer.