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


Ignore:
Timestamp:
2017-10-31T19:24:58Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3654684
Parents:
eca820c (diff), 2b11c3c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge OBIO DDF conversion.

File:
1 moved

Legend:

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

    reca820c rf834dd81  
    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.