mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
Include files now installed as <rtems/*.h>.
This commit is contained in:
@@ -50,5 +50,4 @@ ${LIB}: ${SRCS} ${OBJS}
|
||||
$(make-library)
|
||||
|
||||
all: ${ARCH} $(SRCS) $(LIB)
|
||||
$(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)
|
||||
# $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems
|
||||
$(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "rtmonuse.h"
|
||||
#include <rtems/rtmonuse.h>
|
||||
|
||||
typedef struct {
|
||||
rtems_id id;
|
||||
|
||||
@@ -50,4 +50,4 @@ ${LIB}: ${SRCS} ${OBJS}
|
||||
$(make-library)
|
||||
|
||||
all: ${ARCH} $(SRCS) $(LIB)
|
||||
$(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)
|
||||
$(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems
|
||||
|
||||
@@ -40,7 +40,7 @@ extern rtems_configuration_table BSP_Configuration;
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "stackchk.h"
|
||||
#include <rtems/stackchk.h>
|
||||
#include "internal.h"
|
||||
|
||||
/*
|
||||
|
||||
@@ -50,5 +50,4 @@ ${LIB}: ${SRCS} ${OBJS}
|
||||
$(make-library)
|
||||
|
||||
all: ${ARCH} $(SRCS) $(LIB)
|
||||
$(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)
|
||||
# $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems
|
||||
$(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "rtmonuse.h"
|
||||
#include <rtems/rtmonuse.h>
|
||||
|
||||
typedef struct {
|
||||
rtems_id id;
|
||||
|
||||
@@ -50,4 +50,4 @@ ${LIB}: ${SRCS} ${OBJS}
|
||||
$(make-library)
|
||||
|
||||
all: ${ARCH} $(SRCS) $(LIB)
|
||||
$(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)
|
||||
$(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems
|
||||
|
||||
@@ -40,7 +40,7 @@ extern rtems_configuration_table BSP_Configuration;
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "stackchk.h"
|
||||
#include <rtems/stackchk.h>
|
||||
#include "internal.h"
|
||||
|
||||
/*
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#define TEST_INIT
|
||||
#include "system.h"
|
||||
|
||||
#include "rtmonuse.h"
|
||||
#include <rtems/rtmonuse.h>
|
||||
|
||||
rtems_task Init(
|
||||
rtems_task_argument argument
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
|
||||
#include "system.h"
|
||||
|
||||
#include <cpuuse.h>
|
||||
#include "rtmonuse.h"
|
||||
#include <rtems/cpuuse.h>
|
||||
#include <rtems/rtmonuse.h>
|
||||
|
||||
rtems_unsigned32 Periods[6] = { 0, 2, 2, 2, 2, 100 };
|
||||
rtems_unsigned32 Iterations[6] = { 0, 50, 50, 50, 50, 1 };
|
||||
|
||||
Reference in New Issue
Block a user